home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / timefram / timefram.gbl < prev    next >
Text File  |  1995-09-06  |  444b  |  9 lines

  1.  
  2. Declare Function GetActiveWindow Lib "User" () As Integer
  3. Declare Function SetActiveWindow Lib "User" (ByVal hWnd As Integer) As Integer
  4.  
  5. Declare Sub SetWindowText Lib "User" (ByVal hWnd As Integer, ByVal lpString As String)
  6. Declare Function GetWindowText Lib "User" (ByVal hWnd As Integer, ByVal lpString As String, ByVal aint As Integer) As Integer
  7. Declare Function GetWindowTextLength Lib "User" (ByVal hWnd As Integer) As Integer
  8.  
  9.